commit | 28633aa91e51b8766c0633f7132453a044ed948d | [log] [tgz] |
---|---|---|
author | hiroshige@chromium.org <hiroshige@chromium.org> | Thu Sep 18 04:19:37 2014 |
committer | hiroshige@chromium.org <hiroshige@chromium.org> | Thu Sep 18 04:19:37 2014 |
tree | 6cd64f7549e9da89ae77244e0301551047868989 | |
parent | 9219722ea570ea20f00ef82ee1b0a400d896ab3e [diff] |
Clear timerID in the result reporting task R=tyoshino@chromium.org Review URL: https://codereview.appspot.com/142960043 git-svn-id: https://pywebsocket.googlecode.com/svn/trunk/src@850 4ff78f4a-9131-11de-b045-6380ec9940d4
diff --git a/example/benchmark.js b/example/benchmark.js index 48cf771..6cf7374 100644 --- a/example/benchmark.js +++ b/example/benchmark.js
@@ -227,6 +227,7 @@ function addResultReportingTask(config, title) { tasks.push(function(){ + timerID = null; config.addToSummary(title); reportAverageData(config); clearAverageData();
diff --git a/example/xhr_benchmark.js b/example/xhr_benchmark.js index 0d9ffcd..a84d1cb 100644 --- a/example/xhr_benchmark.js +++ b/example/xhr_benchmark.js
@@ -280,6 +280,7 @@ function addResultReportingTask(config, title) { tasks.push(function(){ + timerID = null; config.addToSummary(title); reportAverageData(config); clearAverageData();